home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / comm / fido / Replace_14.lha / s / Export.bat next >
DOS Batch File  |  1994-04-01  |  675b  |  30 lines

  1. .key cmd/a,arc/a,data/f
  2. .bra {
  3. .ket }
  4.  
  5. ; Foozle-Export-Sript with replace
  6. ;
  7. ; cmd  : lha 
  8. ; arc  : from Foozle
  9. ; data : from Foozle
  10. ;
  11. ;
  12. ;-------------
  13.  
  14.  
  15.     move >nil: Outbound:t/#?.pkt Outbound:t2/
  16.     Echo "*NAREA:COMP.SYS.AMIGA.PROGRAMMER <- AREA:CSA.PROGRAMMER"
  17.     replace d  Outbound:t2/#?.pkt Outbound:t/  "AREA:CSA.PROGRAMMER" "AREA:COMP.SYS.AMIGA.PROGRAMMER"
  18.  
  19.  
  20.     move >nil: Outbound:t/#?.pkt Outbound:t2/
  21.     echo "*NAREA:COMP.SYS.AMIGA.EMULATIONS <- AREA:CSA.EMULATIONS"
  22.     replace d  Outbound:t2/#?.pkt Outbound:t/    "AREA:CSA.EMULATIONS" "AREA:COMP.SYS.AMIGA.EMULATIONS"
  23.  
  24.     move >nil: Outbound:t2/#?.pkt Outbound:t/
  25.  
  26. ;Pack Archiv. Change Parameter here.
  27.  
  28.  {cmd} a {arc} {data}
  29.  
  30.